dsh-chatvoice:给 dsh web 增加语音输入与回复朗读
dsh-chatvoice 是一款由 FuzzySoul 维护的 DSH 插件,旨在优化 DeepSeek Harness (dSH) web 界面的交互体验,实现“语音输入 + AI 回复朗读”闭环。该插件基于浏览器原生 Web Speech API,具备零配置、零成本、免 API key 的特点,无网络请求或子进程。 核心功能包括:通过麦克风进行语音输入,识别结果实时追加至输入框,支持中途打字修改;支持对助手回复一键朗读或开启自动朗读,并可随时打断;提供设置页以配置识别语言、音色及语速,中文场景默认使用 Edge 内置的自然音色。插件具备完善的错误提示机制,能针对权限拒绝、浏览器不支持等情
Read Moredsh-plugin-forge:AI-native DSH 插件生成工具
dsh-plugin-forge 是 csiroqa 维护的 AI-native 插件生成工具,旨在将 AI 发现的能力缺口转化为可检查、可提交的独立 git 插件仓库。其核心为 `forge_plugin` 工具,支持 AI 在任务执行中自动调用,完成子代理开发、质量检查(typecheck/test/build)、独立仓库迁移、英文 Conventional Commit 提交及热挂载。该工具具备重复检测机制,支持更新既有插件,默认关闭 push 操作以确保安全。子代理仅在工作区 staging 内操作,失败时保留现场便于排查。安装需 Node ≥ 22、pnpm 及本地 deepseek
Read Moredsh-git-plugins:DeepSeek Harness 的 Git 与源码控制插件套件
`sakthiveltofficial/dsh-git-plugins` 是面向 DeepSeek Harness (DSH) 的 MIT 许可插件套件,旨在将 Git 操作和平台交互转化为代理可调用的工具。需 Node.js >= 20 及 git CLI 支持。核心功能包括:1. 本地仓库操作,涵盖 clone、commit、push、merge、rebase 等常见指令;2. 托管平台操作,支持 GitHub、GitLab、Bitbucket Cloud、Azure DevOps 及 Gitea 的 PR/MR、issues、releases、CI/CD 及安全告警管理,不支持的操作会返
Read Moredsh-client-ui-writing:DSH 客户端写作面板
dsh-client-ui-writing 是 DeepSeek Harness 生态下的 Web 客户端插件,版本 0.6.2,采用 MIT 许可。它专为写作预设会话设计,提供侧边栏面板和会话内全书索引视图,核心职责是读取数据、展示信息及触发编排,不直接生成正文。 该插件包含四个主要功能模块:项目 tab 用于查看目录、统计及初始化工程;书库 tab 展示导入的小说信息;搜索 tab 支持项目与书库联合全文检索;演化 tab 呈现设定与人物演化版本链及图谱。此外,用户可触发 `novel_sync` 等动作进行章末同步、摘要生成及伏笔提醒。在会话内,支持通过数字直达章节、快捷键聚焦搜索框快速
Read MoreMicroHEROX/dsh-exa-mcp:在 DeepSeek Harness 中挂载 Exa Search
MicroHEROX/dsh-exa-mcp 是一个面向 DeepSeek Harness (DSH) 的 MIT 许可插件(v0.1.0),旨在通过 DSH CLI 的 `dsh-mcp-client` 桥接 Exa 远程 MCP 端点,为智能体提供联网搜索和网页抓取能力。该插件作为纯配置补丁层,无需构建步骤,安装后仅向配置文件添加一行指令。 核心能力包括将 Exa 工具注册为 `mcp__exa__*` 本地工具(如 `web_search_exa`、`web_fetch_exa` 等),并支持自动重同步和 180 秒任务超时。认证方面,未设置 `EXA_API_KEY` 时以匿名方式使用
Read Moredsh-ecc: An ECC Skill Porting Plugin for DeepSeek Harness
dsh-ecc is a DeepSeek Harness (DSH) plugin maintained by gongyijie85, designed to solve the configuration challenges of integrating external skill libraries into DSH. The plugin ports the ECC system skills—which boast 227k stars—to the DSH architecture. By registering a skill provider with the `ctx.skills` registry, it enables skill files to be distributed along with the package. Users can load skills directly through the `skill` tool without individual configuration. The project is released under the MIT license, currently at version 0.5.0, and features zero runtime dependencies with native YAML frontmatter parsing. A total of 274 skills (out of 286) have been ported, covering engineering methodologies, front-end and back-end frameworks, operations automation, and vertical domains such as healthcare and finance. Installation
Read MoreDSH-Engineering-Workflow: Adding a Five-Phase Engineering Workflow to DSH
`dsh-engineering-workflow` is a DSH community plugin designed to provide a controlled workflow for agent development and multi-step engineering tasks. By adding an "Engineering Workflow" preset, this plugin decomposes tasks into five gate-based stages: requirement clarification, plan approval, TDD implementation, parallel sub-agent execution, and validation wrap-up. Each stage corresponds to specific workflow skills, coordinated by the main skill `engineering-workflow`, preventing tasks from arbitrarily jumping between stages. During installation, Node.js version requirements must be met, and the plugin is added via the `dsh plugin` command, followed by restarting DSH or manually running a synchronization script to load the preset. Once enabled, new sessions can select this preset to load the full process discipline. This plugin
Read More@wenaixi/dsh-superpower: A Complete DSH Port of obra/superpowers
`@wenaixi/dsh-superpower` is a complete port of the `obra/superpowers` plugin within the DeepSeek Harness (DSH) ecosystem, designed to transform development methodologies into callable and verifiable skills. This plugin injects 14 fully Chinese-language skills into `ctx.skills`, enforcing a workflow of "design first → plan slicing → TDD → systematic debugging → review integration," covering scenarios such as brainstorming, plan writing, sub-agent development, system debugging, and code review. The plugin is managed as a `dsh.bundle`, taking effect upon installation or removal, without polluting the user directory and supporting HMR automatic rebuilds. Installation requires Node>=20, pnpm>=9, and a dsh environment, via the `dsh plugin add` command.
Read Moredsh-messager: Task Status Notification Plugin for DeepSeek Harness
DSH-Messager is a community notification plugin for DeepSeek Harness, designed to push the agent's session interactions, task completions, and error states to systems, browsers, or third-party platforms. It supports channels such as Feishu, WeCom, Discord, DingTalk, and Telegram, and adopts a single-package dual-end architecture, where the host end handles system notifications and external pushes, and the client end is responsible for browser alerts. Configuration can be edited in real time through the "Notification & Messenger" section of the DSH settings page, or by directly modifying settings.yaml and making RPC calls; the configuration routing is independent of the DSH whitelist. Installation requires building the plugin first, then registering it to the web profile via the `dsh plugin add` command and starting the service. The plugin provides debouncing mechanisms such as deduplication cooldowns and rate limiting.
Read More@2nd1st/dsh-plugin-open-app: Integrating open-mcp-apps Applications into dsh
`@2nd1st/dsh-plugin-open-app` is an MIT-licensed npm plugin designed to integrate `open-mcp-apps` applications into the `dsh` web interface. It eliminates the need to modify the `dsh` source code, enabling the addition of an Apps section in the sidebar, providing each application with an independent workspace, container, and session, and supporting inline rendering of application interfaces within model chat. This plugin operates under the `dsh web` profile and requires Node 22+, a local `pnpm` installation, and the `open-mcp-apps` engine version v0.5.1 or later. It can be installed via `dsh plugin --profile web add @2nd1st/dsh-plugin-open-app`.
Read Moredsh-notifacation-frame: DSH Notification Framework
DSH Notification Frame, maintained by gameswu, is a notification framework for DSH designed to centrally manage notification events such as session state, process anomalies, errors, and updates, addressing the issues of scattered configuration and difficult reuse. The plugin supports built-in events and derived plugin registrations sharing the same registry, configuration model, and delivery pipeline. Its core features include: a settings page providing configuration cards with enable toggles, channel and sound effect selection; support for custom built-in synthesized sound effects or audio URLs; in-page Toast notifications, system notifications (best-effort), and optional log recording. Derived plugins integrate by injecting notificationFrame and registering definitions, with the framework handling configuration parsing, validation, and hot updates. Installation requires building the module and adding it to a specified Profile, with a DSH restart for activation. This framework is suitable for scenarios requiring Web-based notification management.
Read Moredsh-project-kanban: Project Board Plugin for DeepSeek Harness
dsh-project-kanban is a kanban plugin within DeepSeek Harness (DSH), designed to address the issue of scattered planning, task decomposition, and defect tracking information for intelligent agent developers during conversations. This plugin enables agents to directly create and update planning cards through `kanban_*` tools, with data isolated by workspace (project) and persistently stored in disk JSON files. Core features include: card tags and custom colors, high/medium/low priority marking, column sorting and drag-and-drop insertion, keyword and multi-dimensional filtering search, due date setting and overdue highlighting, recycle bin management, batch operations, statistical data viewing, 50-step undo, cross-project card movement, and source session traceability. Installation requires using the `dsh` CLI, with recommendations to add it from GitHub or npm, and some versions...
Read Moredsh-plugin-session-import: Importing local tool sessions into DSH
dsh-plugin-session-import is a DeepSeek Harness plugin maintained by huguangyu666 under the MIT license. This plugin is designed to address the issue of missing context when developers continue existing projects in DSH. It supports importing historical chat records from tools such as claude-code, codex, reasonix, and zcode into DSH sessions while preserving workspace bindings and tool capabilities, enabling seamless conversation continuation. The core features include: parsing and importing sessions from the four supported tools; providing session list display, cache scanning, and filtered search by title or project name; supporting multi-select batch import with independent configuration for each session; automatically assigning a default preset scope to imported sessions, allowing the use of read, edit, gre, and other capabilities.
Read Moredsh-auto-collapse: Condense DSH Workflow into a Single-Line Summary
dsh-auto-collapse is a pure frontend DOM plugin for the DSH Web client, maintained by a179-sanae. It automatically collapses tool cards and Think reasoning blocks within a conversation into a single-line summary, retaining only the model's final output after the round is completed, with the option to expand the full workflow by clicking. The plugin supports three levels of collapsing, native visual alignment, stream-friendly coordination, and configurable status prompts (default: "Deep sleeping..."). It can be installed via the command `dsh plugin --profile web add "dsh-auto-collapse"` without requiring additional configuration, and can be fully uninstalled to revert changes. Licensed under MIT.
Read Moredsh-at-file: Using @ to Reference Workspace Files in the DeepSeek Harness Input Box
dsh-at-file is a community plugin for DeepSeek Harness maintained by FSMargoo, providing Codex-style @ file references within the Web composer: it searches the workspace, mounts relative paths, and allows agents to read files on demand. The article introduces its core capabilities, installation commands (including Web profile and fixed versions), filtering configurations, and security considerations, along with selection advice when the official Harness already includes similar functionality.
Read MoreDSH Plugin dsh-im: A Single Gateway to Nine Major IM Platforms, Enabling Local Agents to Live Within Chat Software
dsh-im is a DeepSeek Harness client plugin maintained by xmanrui, which integrates nine major IM platforms—Feishu, WeChat, DingTalk, Enterprise WeChat, QQ, Slack, Telegram, Discord, and WhatsApp—into the local Harness via QR code scanning or robot credentials. It supports independent management of multiple robots, streaming replies, image and file transfers, a variety of chat commands, and connection to public Office suites through the AI Office Connector. This article introduces its core capabilities, npm/GitHub installation methods, typical usage workflows, and security considerations.
Read MoreDSH Little Whale Balance Widget: Monitoring Your DeepSeek Account Balance in the Bottom Right Corner
Introducing the DSH plugin dsh-whale-widget maintained by MeteorNOX: This plugin displays the DeepSeek API balance, daily usage, and per-conversation token consumption in the bottom-right corner of the web interface. It supports two usage tracking modes—whale bookkeeping and real-time token monitoring—featuring drag-and-snap functionality, bouncy interactions, and smooth scrolling number animations. The plugin includes a one-click installation command for GitHub, along with credential configuration and verification steps. It is ideal for developers who regularly use DSH for agent development and need to monitor API usage on the go.
Read More